This file contains all the info about changes in LEdit MFC wrapper from 
version 1.07 up to latest available version.

Changes in version 2.05 compared to version 2.03
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEditView::OnNotifyFound() virtual method added

Changes in version 2.03 compared to version 2.02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::GetLocation() method added

- CLEdit::QuietFind() method added

- CLEdit::SetWrapKeys/CLEdit::GetWrapKeys methods
  added

Changes in version 2.02 compared to version 2.01
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::TranslasteLocation method added

- CLEdit::SetDialogLocation/TLEdit::GetDialogLocation
  methods introduced

- Declaration for CLEdit::NextPage method changed
  and now requires HDC

- CLEdit::SetPrintDialog and CLEdit::SetPrintProgress
  methods added.

Changes in version 2.01 compared to version 2.00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::GetWrapLine/CLEdit::GetWrapLineLength
  and CLEdit::GetWrapLineCount methods added

- EM_EX_GETFIRSTVISIBLELINE used instead of erroneous
  EM_GETFIRSTVISIBLELINE

Changes in version 2.00 compared to version 1.08
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CLEdit::SetWordWrap method added !!!

- CLEdit::SetCaretWidth method added

- CLEdit::SetMultilineStrings/CLEdit::SetSinglelineStrings
  methods added

- CLEdit::SetSyntax method changed to accept new
  values of cSecond of 3 and 4

- CLEdit::PrintedPage method added

- CLEdit::HighlightedLine/CLEdit::HighlightedPos
  methods added

- CLEdit::ScrollHorizontally/CLEdit::ScrollVertically
  methods added

- CLEdit::GetSkip method added

- CLEditView::OnPrint virtual method added, which
  is called in response to EM_PRINT

- CLEditView::WordBreakProc virtual method added, which
  is called in response to EM_WORDWRAP

- CLEdit::Print/CLEdit::PrintSetup methods added

- CLEdit::DrawPage/CLEdit::NextPage methods added

- CLEdit::SetBookmarksMax method added

- Printing support as handling of ID_FILE_PRINT and
  ID_FILE_PRINT_SETUP commands inserted

- bug with GetMenu()/GetPopUpMenu() fixed

- CLEditView's constructor made public

Changes in version 1.08 compared to version 1.07
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- New EM_EX_UNDO constant used instead of erroneous EM_UNDO
